(texinfo-show-structure): Fix subsubsection indent amount.
authorRichard M. Stallman <rms@gnu.org>
Thu, 12 May 1994 18:04:36 +0000 (18:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 12 May 1994 18:04:36 +0000 (18:04 +0000)
lisp/textmodes/texinfo.el

index b949eb26714fa8ed5ac24da6098cb4ca8c2341fe..c86abe97304156ed1d6ad51273a19723af8be12d 100644 (file)
@@ -571,7 +571,7 @@ to jump to the corresponding spot in the Texinfo source file."
              ;; ((looking-at "@subheading ") 13)
 
              ((looking-at 
-               (concat "@\\(" texinfo-subsubsection-level-regexp "\\)")) 13)
+               (concat "@\\(" texinfo-subsubsection-level-regexp "\\)")) 17)
              ;; ((looking-at "@subsubsection ") 17)
              ;; ((looking-at "@unnumberedsubsubsec ") 17)
              ;; ((looking-at "@appendixsubsubsec ") 17)